home *** CD-ROM | disk | FTP | other *** search
/ Megahits 3 / Megahits 3 (1994)(GTI - Rhein-Main-Soft)(DE)[!].iso / module / utilities / archives / mod2midi3.lha / Mod2Midi / source / rawkeys.h < prev    next >
Text File  |  1993-06-01  |  2KB  |  75 lines

  1.  
  2. /* Raw key codes */
  3. #define    KEY_TILDE            0x00
  4. #define    KEY_1                0x01
  5. #define    KEY_2                0x02
  6. #define    KEY_3                0x03
  7. #define    KEY_4                0x04
  8. #define    KEY_5                0x05
  9. #define    KEY_6                0x06
  10. #define    KEY_7                0x07
  11. #define    KEY_8                0x08
  12. #define    KEY_9                0x09
  13. #define    KEY_0                0x0A
  14.  
  15. #define    KEY_P1                0x1d
  16. #define    KEY_P2                0x1e
  17. #define    KEY_P3                0x1f
  18. #define    KEY_P4                0x2d
  19. #define    KEY_P5                0x2e
  20. #define    KEY_P6                0x2f
  21. #define    KEY_P7                0x3d
  22. #define    KEY_P8                0x3e
  23. #define    KEY_P9                0x3f
  24. #define    KEY_P0                0x0f
  25. #define    KEY_PPLUS            0x5e
  26. #define    KEY_PMINUS            0x4a
  27. #define    KEY_PLBRACE            0x5a
  28. #define    KEY_PRBRACE            0x5b
  29. #define    KEY_PSLASH            0x5c
  30. #define    KEY_PSTAR            0x5d
  31. #define    KEY_PDEL            0x3c
  32.  
  33.  
  34.  
  35. #define    KEY_SPACE            0x40
  36. #define    KEY_BACKSPACE        0x08
  37. #define    KEY_TAB                0x42
  38. #define    KEY_ENTER            0x43
  39. #define    KEY_RETURN            0x44
  40. #define    KEY_ESC                0x45
  41. #define    KEY_DEL                0x46
  42. #define    KEY_UP                0x4c
  43. #define    KEY_DOWN            0x4d
  44. #define    KEY_LEFT            0x4f
  45. #define    KEY_RIGHT            0x4e
  46. #define    KEY_F1                0x50
  47. #define    KEY_F2                0x51
  48. #define    KEY_F3                0x52
  49. #define    KEY_F4                0x53
  50. #define    KEY_F5                0x54
  51. #define    KEY_F6                0x55
  52. #define    KEY_F7                0x56
  53. #define    KEY_F8                0x57
  54. #define    KEY_F9                0x58
  55. #define    KEY_F10                0x59
  56. #define    KEY_HELP            0x5f
  57. #define    KEY_LSHIFT            0x60
  58. #define    KEY_RSHIFT            0x61
  59. #define    KEY_CAPSLOCK        0x62
  60. #define    KEY_CTRL            0x63
  61. #define    KEY_LALT            0x64
  62. #define    KEY_RALT            0x65
  63. #define    KEY_LAMI            0x66
  64. #define    KEY_RAMI            0x67
  65. #define    KEY_LMOUSE            0x68
  66. #define    KEY_RMOUSE            0x69
  67. #define    KEY_MMOUSE            0x6A
  68. #define    KEY_UPTRANS            0x80
  69. #define    KEY_LASTBAD            0xf9
  70. #define    KEY_OVERFLOW        0xfa
  71. #define    KEY_TESTFAIL        0xfc
  72. #define    KEY_POWERUP_START    0xfd
  73. #define    KEY_POWERUP_END        0xfe
  74. #define    KEY_MOUSE_EVENT        0xff
  75.